ALooper_pollAll

Like ALooper_pollOnce(), but performs all pending callbacks until all data has been consumed or a file descriptor is available with no callback. This function will never return ALOOPER_POLL_CALLBACK.

extern (C)
int
ALooper_pollAll
(,
int* outFd
,,
void** outData
)

Meta